dvb_parse_file

@struct dvb_parse_file @brief Describes an entire file format

@param has_delsys_id A non-zero value indicates that the id field at the formats vector should be used @param delimiter Delimiters to split entries on the format @param formats A struct dvb_parse_struct vector with the per delivery system parsers. This table should terminate with an empty entry.

Members

Variables

delimiter
char* delimiter;
Undocumented in source.
formats
dvb_parse_struct[] formats;
Undocumented in source.
has_delsys_id
int has_delsys_id;
Undocumented in source.

Meta